home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11587 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: newshost.uwo.ca!usenet
  2. From: witold@mustang.uwo.ca (Witold A. Batorowicz)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Does Borland C++ 5.0 do Dos DPMI-32 (Does it include PowerPak for Dos)?
  5. Date: 15 Mar 1996 05:23:09 GMT
  6. Organization: IBM
  7. Message-ID: <4iaurt$cse@falcon.ccs.uwo.ca>
  8. References: <4hdetv$bhp@frodo.smartlink.net> <313BADFC.4D63@public.sta.net.cn> <4hu20f$23@nnrp1.news.primenet.com> <4i179e$j6o@news.dknet.dk>
  9. NNTP-Posting-Host: ts1-74.slip.uwo.ca
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Authenticated: witold@ts1-74.slip.uwo.ca
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. I do the same thing under Watcom. There, it's called text mode Windows NT app. 
  16. The great advantage of it is of course the ability to port it easily to other 
  17. operating systems like UNIX. 
  18.  
  19.  
  20.  
  21. Witold
  22.  
  23.  
  24. >I write lots of programs that are command-line apps that really
  25. >doesn't need any GUI at all. I still program them as I would a
  26. >DOS-program, but they run flat-mode 32-bit. What I do, is I build them
  27. >as Win32 __console__ apps. These apps can be run from the Win95
  28. >'DOS'-box. I do this every day and it's a breeze.
  29.  
  30.